AddBookmarkAround | Adds bookmark around eerie of paragraph items. |
AddBookmarkAround | Adds bookmark around paragraph item. |
AppendDateField | Appends date field into the paragraph. |
AppendHyperlink | Adds hyperlink to the paragraph. |
AppendHyperlinkField | Appends hyperlink field to the paragraph. |
AppendRun | Appends run to the paragraph. |
AppendRun | Appends run at back of the paragraph, creating one run for the image data passed in with this method. (This variation of the AppendRun is to embed images). |
AppendShape | Appends new shape to the paragraph. This function calls AppendShapeRun, creating run, then it fetches the shape within the run. |
AppendShapeGroup | Appends shape group to the paragraph, and first shape in the group is also created to make the shape group valid. This function calls AppendShapeGroupRun, creating run, then it fetches the shape within the run. |
AppendShapeGroupRun | Appends shape group to the paragraph, and first shape in the group is also created to make the shape group valid. A run is created, and you can get the shape from within the Run. If you do not care about getting handle to the Run then use the AppendShapeGroup function which only returns the shape group. |
AppendShapeRun | Appends new shape to the paragraph. This function calls AppendShapeRun, creating run, then it fetches the shape within the run. A run is created, and you can get the shape from within the Run. If you do not care about getting handle to the Run then use the AppendShape function which only returns the shape group. |
AppendTimeField | Appends time field into the paragraph. |
ApplyFieldData | Applies field data to the given Paragraph only. |
FirstLineIndent | Gets or set first-line indent for the paragraph. |
InserPageBreakAfter (Inherited) | Inserts page break after this document item. |
InserPageBreakBefore (Inherited) | Inserts page break before this document item. |
InsertParagraphAfter (Inherited) | Inserts paragraph after this document item. |
InsertParagraphBefore (Inherited) | Inserts paragraph before this document item. |
InsertSectionBreakAfter (Inherited) | Inserts section break after this document item. |
InsertSectionBreakBefore (Inherited) | Inserts section break before this document item. |
LeftIndent | Gets or set left indent for the paragraph. |
LogicalParagraphItem | Fetches ParagraphItem at given index, grouping runs fields that use complex runs into one. |
LogicalParagraphItems | Returns ParagraphItemIterator for the items in the paragraph, grouping run fields that use complex runs into one. This function is for using with for each statements. |
LogicalRun | Fetches Run at given index, grouping runs fields that use complex runs into one. |
LogicalRuns | Returns RunIterator for the runs in the paragraph, grouping run fields that use complex runs into one. This function is for using with for each statements. |
ParagraphItem | Fetches ParagraphItem at given index. |
ParagraphItems | Returns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements. |
RemoveParagraphItem | Removes ParagraphItem from the Paragraph. |
RightIndent | Gets or set right indent for the paragraph. |
Run | Fetches Run at given index. |
Runs | Returns RunIterator for the runs in the paragraph. This function is for using with for each statements. |
SetLanguageCode | Sets language code for the Paragraph and optionally all runs under the paragraph. |
SetListIndent | Sets list indent for the paragraph. |